home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1997 August
/
Walnut Creek CDROM.7z
/
VOL_400
/
446_01
/
DOC
/
DPBASICS
/
MV2
/
VECSIMPL.H
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-18
|
215 b
|
10 lines
#ifndef VecSimple_Point_H_IS_INCLUDED
#define VecSimple_Point_H_IS_INCLUDED
#include <Point.h>
// define class VecSimple(Point)
#define Type Point
#include <VecSimplest.h>
#include <VecSimple.h>
#undef Type
#endif